home *** CD-ROM | disk | FTP | other *** search
- IFND PREFERENCES_I
- PREFERENCES_I SET 1
- **
- ** $VER: preferences.i 39.2 (28.5.97)
- **
- ** preferences.library include
- **
- ** (C) Copyright 1996-1997 ALiENDESiGN
- ** All Rights Reserved
- **
-
- STRUCTURE PrefsStruct,0
- UWORD ps_Size
- STRUCT ps_data,ps_Size
- LABEL ps_SIZE
-
-
- ;-- Scalos specific Prefs:
-
- ;------------------ ScalosPrefs -------------------------
-
- ;Name: "Scalos" or "ScalosPrefs"
- ;ID: "MAIN"
-
- SCP_IconOffsets EQU $80000001 ;struct [8]
- SCP_IconNormFrame EQU $80000002 ;word
- SCP_IconSelFrame EQU $80000003 ;word
- SCP_IconTextMode EQU $80000004 ;word
- SCP_IconSecLine EQU $80000005 ;word
- SCP_IconTextSkip EQU $80000006 ;word
-
- SCP_BobsType EQU $80000010 ;byte image or image+text
- SCP_BobsMethod EQU $80000011 ;byte system or custom
- SCP_BobsTranspMode EQU $80000012 ;byte solid or transparent
- SCP_BobsTranspType EQU $80000013 ;byte ghosted or real transparent
- SCP_BobsTransp EQU $80000014 ;long when transparent
-
- SCP_ScreenTitle EQU $80000020 ;string
- SCP_RootWinTitle EQU $80000021 ;string
- SCP_WindowTitle EQU $80000022 ;string
- SCP_Separator EQU $80000023 ;byte
- SCP_TitleRefresh EQU $80000024 ;byte
-
- SCP_PathsDefIcons EQU $80000025 ;string
- SCP_PathsDiskCopy EQU $80000026 ;string
- SCP_PathsWBStartup EQU $80000027 ;string
- SCP_PathsHome EQU $80000028 ;string
-
- SCP_MiscAutoRemove EQU $80000029 ;byte
- SCP_MiscClickTransp EQU $8000002a ;byte
- SCP_MiscHardEmulation EQU $8000002b ;byte
- SCP_MiscUseExAll EQU $8000002c ;byte
- SCP_MiscWindowType EQU $8000002d ;byte
- SCP_MiscDoWaitDelay EQU $8000002e ;byte
- SCP_MiscDiskiconsRefresh EQU $8000002f ;byte ;delay
- SCP_MiscMenuCurrentDir EQU $80000030 ;byte
-
- SCP_NewIconsTransparent EQU $80000031 ;byte
- SCP_NewIconsPrecision EQU $80000032 ;long
-
- SCP_TextModeFont EQU $80000033 ;string
- SCP_TextModeDateFormat EQU $80000034 ;byte
-
- SCP_PlugInList EQU $80000035 ;list
-
-
- ENDC ; PREFERENCES_I
-